Welcome![Sign In][Sign Up]
Location:
Search - virtual port

Search list

[Other resourceVirtual UART

Description: 采用430的TIMERB的CCR1做发送,TimerA 的CCR1作接受的虚拟串口程序,达到真实的串口效果。在430的13x,14x,15x,16x系列里中总共可以虚拟2个串口。-TIMERB use of the 430 to do this alignment, the alignment TimerA for acceptance of virtual serial procedures to achieve real results serial. In the 430 18x, 14x, 15x, 16x series with a total of two can be virtual serial port.
Platform: | Size: 1495 | Author: 马小哈 | Hits:

[Driver DevelopWdmVNIC

Description: WIN2000下基于虚拟设备的小端口网络驱动程序,来自DriverStudio-WIN2000 virtual device based on a small port network driver, from DriverStudio
Platform: | Size: 55296 | Author: huangxg | Hits:

[Driver DevelopSimSerial

Description: WIN2000下虚拟串口的程序-WIN2000 procedures under the virtual serial port
Platform: | Size: 232448 | Author: huangxg | Hits:

[SCMVirtual UART

Description: 采用430的TIMERB的CCR1做发送,TimerA 的CCR1作接受的虚拟串口程序,达到真实的串口效果。在430的13x,14x,15x,16x系列里中总共可以虚拟2个串口。-TIMERB use of the 430 to do this alignment, the alignment TimerA for acceptance of virtual serial procedures to achieve real results serial. In the 430 18x, 14x, 15x, 16x series with a total of two can be virtual serial port.
Platform: | Size: 1024 | Author: 马小哈 | Hits:

[Driver DevelopIrCOMM2kQuellen

Description: IrCOMM2k - Virtual Infrared COM Port for Windows 2000/XP。 2. FILES IN THIS ARCHIVE: - Setup.exe (setup and uninstall program) - ircomm2k.exe (service program) - ircomm2k.sys (device driver) - ircomm2k.dll (device property page) - ircomm2k.hlp (property page context help) - ircomm2k.inf (setup script for windows) - Readme.txt (this file) - License.txt (terms of license) 3. INSTALLATION 1. unzip IrCOMM2k-1.2.0.zip in a new folder 2. run the setup program 3. disable the image transfer under wireless link-IrCOMM2k- Infrared Virtual COM Port for Wi Windows 2000/XP. 2. FILES IN THIS ARCHIVE :- Setup.exe (setup and uninstall program)- irc omm2k.exe (service program)- ircomm2k.sys (d evice driver)- ircomm2k.dll (device property page)- ircomm2k.hlp (property page context he lp)- ircomm2k.inf (setup script for windows)- Readme.txt (this file)- License.txt (terms of license) 3. INSTALLATION 1. unzip IrCOMM2k-1. 2.0.zip in a new folder 2. run the setup program 3 . disable the wireless image transfer under lin k
Platform: | Size: 171008 | Author: mesu | Hits:

[Delphi VCLSerial.Port.Sniffer.ActiveX.Control.v1.0.0.3-Lz0.Z

Description: Serial Port Sniffer ActiveX Control 生成虚拟串口的控件-Serial Port Sniffer ActiveX Control to generate a virtual serial port control
Platform: | Size: 499712 | Author: FZP | Hits:

[OtherVirtual.Serial.Port.Driver.Crack

Description: 虚拟串口的工具,最新版,破解文件在国外网站找了好久才发现的。串口程序开发必备工具! 此软件不同于串口重定向软件,它可以生成一对互相连接的串口,比如COM3和COM4,你的程序中使用COM3输出,则使用超级终端就能在COM4看到输入,用来模拟调试串口控制是很好的选择!-Virtual serial port tools, the latest version, crack file abroad site for a long time to find it found. Serial program development tool! This software is different from the serial port redirection software, which can generate a pair of interconnected serial, for example, COM3 and COM4, the procedures you use COM3 output, use HyperTerminal COM4 will be able to see the input, used to simulate the debugging Serial Port Control is a very good choice!
Platform: | Size: 2951168 | Author: directsex | Hits:

[OtherEltima.Software.Virtual.Serial.Port.Driver.v6.0.1.

Description: VSPD虚拟串口工具,增加串口数量。编程时使用非常的方便。这是安装程序。-VSPD virtual serial port tools, serial number. Programming is very convenient to use. This is the installation process.
Platform: | Size: 2877440 | Author: 孙航 | Hits:

[OtherVSPD

Description: 很好用的虚拟串口软件,调试过程中经常需要的-Good use of virtual serial port software debugging process often requires the
Platform: | Size: 1957888 | Author: | Hits:

[SCMVirtual-COM

Description: 可以建立虚拟串口,对C51或用到串口的调试很有帮助哦,-Can create virtual serial port on the C51 or use the debug serial helpful Oh,
Platform: | Size: 1833984 | Author: freesl | Hits:

[SCMuart

Description: uart全功能实现.实现如下函数: U_Open, U_Close, U_GetBytes, U_PutBytes, U_GetBytesAvail, U_GetTxRoomLeft, U_PutISRBytes, U_GetTxISRRoomLeft, U_Purge, U_SetOwner, U_SetFlowCtrl, U_ConfigEscape, U_SetDCBConfig, U_CtrlDCD, U_CtrlBreak, U_ClrRxBuffer, U_ClrTxBuffer, U_SetBaudRate, U_SendISRData, U_SendData, U_GetOwnerID, U_SetAutoBaud_Div, /*TY adds these to expand flexibility 2004/10/15*/ U_Register_TX_cb, U_Register_RX_cb, /*TY adds these to let virtual COM port can retrive exception log 2005/3/8*/ U_GetUARTByte, U_PutUARTByte, U_PutUARTBytes, /*for virtual com port to return DCB configuration*/ U_ReadDCBConfig, U_CtrlRI, U_CtrlDTR, U_ReadHWStatus -the realization of full-featured UART. to achieve the following functions: U_Open, U_Close, U_GetBytes, U_PutBytes, U_GetBytesAvail, U_GetTxRoomLeft, U_PutISRBytes, U_GetTxISRRoomLeft, U_Purge, U_SetOwner, U_SetFlowCtrl, U_ConfigEscape, U_SetDCBConfig, U_CtrlDCD, U_CtrlBreak, U_ClrRxBuffer, U_ClrTxBuffer, U_SetBaudRate, U_SendISRData, U_SendData, U_GetOwnerID , U_SetAutoBaud_Div,/* TY adds these to expand flexibility 2004/10/15*/U_Register_TX_cb, U_Register_RX_cb,/* TY adds these to let virtual COM port can retrive exception log 2005/3/8*/U_GetUARTByte, U_PutUARTByte, U_PutUARTBytes,/* for virtual com port to return DCB configuration*/U_ReadDCBConfig, U_CtrlRI, U_CtrlDTR, U_ReadHWStatus
Platform: | Size: 23552 | Author: bily | Hits:

[Com PortSerialPort_THread_2005

Description: GUI for the serial port with the multiple thread and the virtual port
Platform: | Size: 71680 | Author: Harshal Doshi | Hits:

[CommunicationVirtual.Serial.Port.Driver

Description: 可以虚拟出多个串口以供串口调试。破解版无时间限制-Can be a number of virtual serial port serial port for debugging. Cracked version no time limits
Platform: | Size: 2950144 | Author: 季似宣 | Hits:

[SCMqianruusb

Description: 如何使用USB总线接口在单片机系统中实现一个虚拟串口的原理和实现过程。在设计中,软件部分采用USB的CDC类标准来实现虚拟串口,这样可以使用操作系统(Windows,Linux)自带的驱动程序;在硬件设计中,使用自带USB从设备接口的AT89C5131单片机,提高了系统的集成度和可靠性-How to use the USB bus interface in single-chip realization of a virtual serial port system, the principle and implementation process. In the design, the software part of the adoption of USB-CDC class standards to achieve a virtual serial port, so you can use the operating system (Windows, Linux) comes with the driver in hardware design, the use of own USB interface from the device chip AT89C5131 machine, to improve the system integration and reliability of
Platform: | Size: 39936 | Author: 李强 | Hits:

[Windows DevelopVirtualCOM

Description: Virtual Com Port Driver
Platform: | Size: 32768 | Author: alier | Hits:

[Com PortVirtual-Serial-Port-Driver6.0

Description: 串口调试的工具,供串口初学者学习使用,可以查看串口状态-Serial debugging tool for beginners to learn to use the serial port, you can view the port status, etc.
Platform: | Size: 2790400 | Author: 王丽 | Hits:

[CSharpVirtualSerialPortDriver

Description: 虚拟串口,串口之间转发,免安装的,很好用啊-Virtual serial port, serial port forwarding between
Platform: | Size: 2537472 | Author: ycm | Hits:

[SCMSerial_tools

Description: 串口仿真,串口调试,虚拟串口,串口监控器,485通讯仿真,虚拟485设备,虚拟485主机。打包了,省得朋友们网上找。-Serial port emulation, serial debugging, virtual serial port, serial port monitor, 485 simulation, 485 virtual devices, virtual host 485. Package, and save the Internet to find friends.
Platform: | Size: 12232704 | Author: jianglide | Hits:

[Othervirtual Serial Port AVR

Description: this source code make a virtual Serial port for Avr micro controller.
Platform: | Size: 828 | Author: sallysat | Hits:

[Com PortVirtual-COM

Description: 搜集了所有的虚拟串口驱动,包含com0com, vcom, VSer等(Collect all the virtual serial port driver, including com0com, vcom, VSer etc.)
Platform: | Size: 1770496 | Author: silitex | Hits:
« 12 3 4 5 6 7 8 9 10 ... 30 »

CodeBus www.codebus.net